Feature: Como usuario puedo crear una nueva pagina, ver la pagina en la lista de paginas, eliminarla

Scenarios

Chart

Status

Progress

1

Passed

0.00%

Failed

0.00%
Total duration:
1m 40.341s

Scenario: Como usuario inicio sesion con credenciales correctas, creo una pagina, luego la veo en la lista de paginas, luego la elimino.

Before 0m 0.585s
Given I navigate to page "<HOST>" 0m 3.310s
And I wait for 2 seconds 0m 2.310s
When I login with correct credentials "<EMAIL>" "<PASSWORD>" 0m 0.695s
And I wait for 2 seconds 0m 2.427s
And I go to pages screen 0m 1.954s
When I select go to the page form 0m 0.995s
And I fill the title "Example page" and description 0m 0.509s
And I open-close the page settings 0m 0.916s
And I fill a page url "example" 0m 0.340s
And I close the page settings 0m 0.328s
And I publish the page 0m 0.449s
And I wait for 2 seconds 0m 2.396s
And I confirm the publish page 0m 5.444s
And I wait for 2 seconds 0m 2.394s
And I return to the dashboard 0m 1.043s
And I wait for 2 seconds 0m 2.513s
And I go to pages screen 0m 2.070s
And I wait for 2 seconds 0m 2.325s
Then I check exist the page with name "Example page" 0m 0.305s
And I wait for 2 seconds 0m 2.321s
And I open the page with name "Example page" 0m 0.306s
And I open-close the page settings 0m 0.856s
And I deleted the page 0m 0.898s
And I wait for 2 seconds 0m 2.343s
Then I check not exist the page with name "Example page" 0m 0.306s + Show Error
AssertionError
    + expected - actual

    -true
    +false

    at KrakenWorld.<anonymous> (/Users/felipev9/Documents/Felipe-Dev/MAESTRIA_UNIAND/TEST-AUTOMATED/week-6/ghost-e2e/kraken-tests/v3.42.4/features/web/step_definitions/step.js:144:60)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
After 0m 0.003s

Screenshots

Before
NO IMAGE AVAILABLE
Given I navigate to page "<HOST>"
And I wait for 2 seconds
When I login with correct credentials "<EMAIL>" "<PASSWORD>"
And I wait for 2 seconds
And I go to pages screen
When I select go to the page form
And I fill the title "Example page" and description
And I open-close the page settings
And I fill a page url "example"
And I close the page settings
And I publish the page
And I wait for 2 seconds
And I confirm the publish page
And I wait for 2 seconds
And I return to the dashboard
And I wait for 2 seconds
And I go to pages screen
And I wait for 2 seconds
Then I check exist the page with name "Example page"
And I wait for 2 seconds
And I open the page with name "Example page"
And I open-close the page settings
And I deleted the page
And I wait for 2 seconds
Then I check not exist the page with name "Example page"
After
NO IMAGE AVAILABLE